###User Defined Function###
_GDIPlus_GraphicsSetSmoothingMode

###Description###
Sets the graphics object rendering quality

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_GraphicsSetSmoothingMode ( $hGraphics, $iSmooth )


###Parameters###
@@ParamTable@@
$hGraphics
	Handle to a Graphics object
$iSmooth
	Smoothing mode:
		0 - Smoothing is not applied
		1 - Smoothing is applied using an 8 X 4 box filter
		2 - Smoothing is applied using an 8 X 8 box filter
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True.
Failure:	False and sets the @error flag to non-zero, @extended may contain GPSTATUS error code ($GPID_ERR*).
@@End@@


###Remarks###
The Smoothing filter applied using an 8 X 8 box filter requires at minimum the Windows Vista operating system.


###Related###
_GDIPlus_GraphicsGetSmoothingMode


###See Also###
@@MsdnLink@@ GdipSetSmoothingMode


###Example###
@@IncludeExample@@
